home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 6177 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  987 b 

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.hardware
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <891.6625T831T1920@Th0r.foo.bar> <1211.6632T1305T376@teclink.net> <866.6635T1153T2993@Th0r.foo.bar>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Mon, 4 Mar 96 13:15:09 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Mon, 04 Mar 96 13:33:36 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Subject: Re: 80 MIPS with Blizzard1260?
  13. Message-ID: <38232802@kone.fipnet.fi>
  14.  
  15.  
  16. > I've heard about that pipeline stuff. But the 80 MIPS /was/ achieved
  17. > using only one repetitive command.
  18.  
  19. Crap. 68060/50MHz achieves 100 MIPS with a loop like this:
  20.  
  21.         REPT    256
  22. loop    move.l  d0,d1
  23.         add.l   d2,d3
  24.         sub.l   d4,d5
  25.         ENDR
  26.         dbf     d7,loop
  27.  
  28. --                               _
  29. a Stellar programmer          _ //
  30. "Amiga - back for the future" \X/
  31.